home *** CD-ROM | disk | FTP | other *** search
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
- <html>
- <head>
- <title>EKtron WYSIWYG Editor</title>
- <meta name="keywords" content="ecommerce, electronic commerce, web design, software engineering">
- <meta name="Author" content="EKtron, Inc.">
- <cfinclude template="../includes/mouseoverjs.txt">
- <link rel="STYLESHEET" type="text/css" href="../link.css">
- <script language="javascript">
- function CnvString( cStr ) {
- var nLen = cStr.length;
- var cNew = "";
- for (count=0; count < nLen; count++) {
- cTemp=cStr.substring(count, count+1);
- if ( cTemp == "\"" ) {
- cNew = cNew + ""\;";
- }
- else {
- cNew = cNew + cTemp;
- }
- }
- return cNew;
- }
- </script>
- </head>
- <body bgcolor="white">
- <table width="700" cellpadding="0" cellspacing="0" border="0">
- <tr>
- <td width="113" height="35" valign="TOP" bgcolor="#639C63"><a href="http://www.ektron.com"><img src="EKlogo.gif" width=113 height=35 alt="" border=0></a></td>
- <td width="575" align="CENTER" valign="BOTTOM" bgcolor="#639C63"></td>
- </tr>
- <tr>
- <td align="CENTER" valign="TOP" bgcolor="#639C63"><img src="http://www.ektron.com/images/space.gif" width=1 height=400 alt="" border="0"></td>
- <td align="CENTER">
- <cfquery datasource="editor" name="q_editor1">
- select * from WYSIWYG where edit_id = 4
- </cfquery>
- <cfquery datasource="editor" name="q_editor2">
- select * from WYSIWYG where edit_id = 3
- </cfquery>
- <table width="90%">
- <cfform action="index.cfm" method="POST" name="frmMain" enctype="multipart/form-data">
- <tr>
- <td colspan="2">
- <CF_WebEditor EditorsInForm="2" EditorNumber="1" codebase="" version="2,3,0,0" license="127.0.0.1?650630331830908" license2="localhost?450030921323976" license3="" font="verdana" width="550" height="200" htmlcode="#q_editor1.edit_html#" form="frmMain" button="btnSave">
- <CF_WebEditor EditorsInForm="2" EditorNumber="2" codebase="" version="2,3,0,0" license="127.0.0.1?650630331830908" license2="localhost?450030921323976" license3="" font="verdana" width="550" height="200" htmlcode="#q_editor2.edit_html#" form="frmMain" button="btnSave">
- </td>
- </tr>
- <tr>
- <td colspan="2" align="center"><input type="Submit" name="btnSave" value="Save"><input type="hidden" name="action" value="edit"><cfoutput><input type="hidden" name="edit_id" value="2"></cfoutput></td>
- </tr>
- </cfform>
- </table>
- </td>
- </tr>
- <tr>
- <td bgcolor="#639C63" align="center" valign="middle"><font face="verdana, arial, helvetica" size="2" color="white"><b><cfinclude template="../includes/displaytime.txt"></b></font></td>
- <td height="25" align="center"><a href="javascript:history.back();"><font size="2" face="verdana, arial, helvetica">Back</font></a></td>
- </tr>
- </table>
- </body>
- </html>
-
-
-